/*
 * @Author: A Cai 
 * @Date: 2022-05-We 03:12:14 
 * @Last Modified by:   永无bug 
 * @Last Modified time: 2022-05-We 03:12:14 
 */

html,
body {
    overflow-x: hidden;
}

.content {
    top: -55px;
    width: 1200px;
    height: 100%;
}

.search {
    position: relative;
    top: -55px;
    display: flex;
    width: 100%;
    height: 90px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.search_input {
    width: 1060px !important;
}

.search_input>.layui-form-item {
    margin-bottom: 0;
    height: 100%;
}

.search_input>.layui-form-item>.layui-input-block {
    margin-left: 20px;
    margin-left: 20px;
    width: 98%;
    height: 100% !important;
    min-height: 100% !important;
}

.search_input>.layui-form-item>.layui-input-block>input {
    width: 100%;
    height: 100%;
    border: 0;
}


.search_ico {
    width: calc(1200px - 1060px);
    height: 100%;

}

.search_go {
    width: 125px;
    height: 45px;
    border-radius: 20px;
    background-color: #0e6618;
    margin-top: 22px;
    overflow: hidden;
}

.search_go>a>p {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-weight: bolder;
    transition: .3s;
}

.search_go a:hover .go {
    margin-top: -45px;
}

/* 搜索结束 */


/* 学校新闻 */
.news {
    width: 100%;
}

.more {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 104px;
}

.more>.more_title {
    font-size: 24px;
    color: #000;
    margin-top: 30px;
}

.more>.more_title>.icon-name {
    width: 50%;
    height: 2px;
    margin-top: 10px;
    background-image: url('../img/3.png');
}

.more>.more_list {
    display: flex;
    margin-top: 30px;
}

.more>.more_list>a>img {
    vertical-align: middle;
    width: 30px;
    height: 10px;
    margin-left: 5px;
    transition: .3s;
}

.more>.more_list>a:hover img {
    margin-left: -30px;
    opacity: 0;
}

.more>.more_list>a:hover {
    color: red;
}

/* 结束 */


/* 内容轮播 */
.center-swiper {
    position: relative;
    width: 100%;
    height: 400px;
}

.swiper-list {
    height: 400px;
    overflow: hidden;
}

.slide-left>img {
    width: 600px;
    height: 400px;
}

.onda {
    width: 40px;
    height: 80px;
    border-radius: 10px;
    background-color: #ebebeb;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-weight: bolder;
    top: 150px;
    cursor: pointer;
}

.center-swiper-left {
    position: absolute;
    left: -60px;
}

.center-swiper-left::before {
    content: '<';
    background-color: #0e6618;
    color: #fff;
    width: 0%;
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: .5s;
    border-radius: 10px;
}

.center-swiper-right::before {
    content: '>';
    background-color: #0e6618;
    color: #fff;
    width: 0%;
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: .5s;
    border-radius: 10px;
}

.center-swiper-right {
    position: absolute;
    right: -80px;
}

.center-swiper-left:hover::before,
.center-swiper-right:hover::before {
    width: 100%;
}

.center-slide {
    display: flex;
    width: 100%;
    height: 100%;
}

.center-slide>div {
    width: 50%;
    height: 100%;
}

.slide-right>.data_title {
    height: 100%;
    margin-left: 30px;
}

.slide-right>.date {
    width: 85px;
    height: 100px;
}

.slide-right>.date>p {
    display: block;
}

.data_title>.date>p {
    text-align: center;
    color: #fff;
}

.data_title>.date>.R {
    width: 85px;
    height: 60px;
    line-height: 60px;
    background-color: #0e6618;
    font-size: 30px;
}

.data_title>.date>.M {
    width: 85px;
    height: 40px;
    line-height: 40px;
    background-color: #bfcce2;
    font-style: 18px;
}

.data_title>.center_title {
    margin-top: 15px;
}

.data_title>.center_title>h1>a {
    font-size: 24px;
}

.navtitle {
    margin-top: 40px;
    color: #b6b6b6;
    line-height: 30px;
}

/* 分页器 */
.onpage {
    text-align: right !important;
}

.onpage>span {
    width: 15px;
    height: 15px;
    background-color: #52B54B
}

/* 学校新闻结束 */

.academic {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 500px;
}

.academic_left {
    width: 705px;
}

.academic_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}

.academic_text,
.academic_text_list {
    display: flex;
    justify-content: space-between;
    width: 240px;
    text-align: center;
    font-size: 24px;
}

.academic_text>span,
.academic_text_list>span {
    font-size: 24px;
    padding-bottom: 10px;
    cursor: pointer;
    color: #000;
}

.academic_text_list>span {
    padding-bottom: 12px;
}

.academic_text>.on_text {
    color: #0e6618;
    border-bottom: 2px solid #0e6618;
}

.academic_text>span:hover {
    color: #0e6618;
}

.academic_more,
.academic_mores {
    width: 100px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #000;
    border-radius: 20px;
    margin-top: 5px;
    transition: .3s;
}

.academic_more>a,
.academic_mores>a {
    font-size: 12px;
    color: #666666
}

.academic_more:hover,
.academic_mores:hover {
    background-color: #0e6618;
}

.academic_more:hover a,
.academic_mores:hover a {
    color: #fff;
}

.acdemic_content {
    width: 100%;
}

.acdemic_content>.one {
    display: none;
}

.acdemic_content>.active {
    display: block;
}

.acdemic_content>.one>ul,
.acdemic_content>.two>ul {
    width: 100%;
    height: 100%;
}

.acdemic_content>.one>ul>li,
.acdemic_content>.two>ul>li {
    width: 100%;
    height: 80px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

.acdemic_content>.one>ul>li>a>.acontent_title,
.acdemic_content>.two>ul>li>a>.acontent_title {
    font-size: 16px;
    line-height: 50px;
}

.academic_right {
    width: calc(1200px - 750px);
    height: 430px;
    margin-left: 50px;
}

/* 结束 */

/* 校园安全 */
.safety {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 320px;
    margin: 30px auto 0;
}

.safety:before {
    content: "";
    width: 801px;
    height: 345px;
    background: url(../img/990_03.jpg) no-repeat;
    position: absolute;
    z-index: -1;
    left: 750px;
    top: 0;
}

.safety_center {
    width: 1200px;
    margin: 0 auto 0;
    overflow: hidden;
}

.safety_more {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 700px;
    height: 104px;
}

.safety_more>.more_title {
    font-size: 24px;
    color: #000;
}

.safety_more>.more_title>.icon-name {
    width: 50%;
    height: 2px;
    margin-top: 10px;
    background-image: url('../img/3.png');
}

.safety_more>.more_list {
    display: flex;
}

.safety_more>.more_list>a>img {
    vertical-align: middle;
    width: 30px;
    height: 10px;
    margin-left: 5px;
    transition: .3s;
}

.safety_more>.more_list>a:hover img {
    margin-left: -30px;
    opacity: 0;
}

.safety_more>.more_list>a:hover {
    color: red;
}

.safety_right {
    position: relative;
    width: 100%;
    height: 60%;
}

.safety_right>div {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -70px;
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    transition: .3s;
}

.safety_right>div:hover {
    background-color: #0e6618;
}

.safety_right>.safety_right_prex {
    right: 330px;
}

.safety_right>.safety_right_next {
    right: 260px;
}

.safety_right>.onJoke {
    height: 100%;
}

.safety_right>ul>li {
    float: left;
    width: 365px !important;
    height: 190px;
    border-bottom: 3px solid #ae8e0a;
    background-color: #fff;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
    transition: .3s;
    cursor: pointer;
    margin-left: 30px;
}

.safety_right>ul>li>a {
    width: 100%;
    height: 100%;
}

.safety_right>ul>li>a>.safety_date {
    padding-top: 17px;
    padding-left: 15px;
    color: #0e6618;
    font-size: 14px;
    font-weight: bolder;
}

.safety_right>ul>li>a>.safety_title {
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    padding-left: 60px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.safety_right>ul>li>a>.safety_text {
    padding-top: 15px;
    padding-left: 15px;
}

.safety_right>ul>li:hover {
    margin-top: -10px;
    border-bottom: 3px solid #0e6618;
}

/* 结束 */



/* 专题专栏 */
.project_list {
    display: flex;
    margin-top: 70px;
}

.project {
    display: flex;
    height: 175px;
    margin-top: 30px;
}

.project>div {
    width: 30px;
    writing-mode: vertical-rl;
    line-height: 40px;
}

.project>.project_title {
    font-size: 24px;
}

.project_more {
    padding-left: 15px;
    padding-top: 20px;
    font-size: 16px;
}

.project_more>img {
    width: 10px;
    height: 62px;
    transition: .3s;
}

.project_more:hover img {
    margin-top: -30px;
    opacity: 0;
}

.project_more:hover a {
    color: red;
}

.project_img {
    width: calc(1200px - 70px);
    height: 100%;
}

.project_img>ul {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
}

.project_img>ul>li {
    width: 358px;
    height: 174px;
    margin-left: 10px;
}

.project_img>ul>li>a>img {
    width: 100%;
    height: 100%;
}

/* 结束 */


/* 概览css */
.center {
    width: 100%;
}

.center_top {
    width: 100%;
    height: 300px;
    background: url(../img/4432.png) no-repeat;
    background-size: 100% 100%;
}

.center_top::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    top: 205px;
    background: rgba(0, 0, 0, 0.2);
    height: 300px;
    z-index: 1;
}

.center_top_text {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto 0;
}

.top_text {
    display: flex;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 2;
    line-height: 40px;
}

.top_text>h1 {
    font-size: 36px;
    color: #fff;
}

.top_text>span {
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
}

.top_text>span>a {
    color: #fff;
}

.center_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 1200px;
    margin: 40px auto 0;
}

/* 实习列表 */
.center_list>.tablist {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.center_list>.tablist>li {
    width: 280px;
    height: 85px;
    background-color: #ebf0f0;
    margin: 10px;
    transition: .3s;
}

.center_list>.tablist>li>a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 85px;
    color: #000;
    font-weight: bolder;
}

.center_list>.tablist>li:hover,
.center_list>.tablist>li>a:hover {
    background-color: #0e6618;
    color: #fff;
}

.center_left_list {
    width: 230px;
}

.list_name {
    width: 100%;
    height: 62px;
    background-color: #0e6618;
    text-align: center;
    line-height: 62px;
    color: #fff;
    font-size: 18px;
}

.column {
    width: 100%;
}

.column>li {
    position: relative;
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    transition: .3s;
}

.column>li>a {
    display: block;
    width: 100%;
}

.column>.active>a>span {
    color: #0e6618;
    font-weight: bolder;
}

.column>.active>a>span>i {
    color: #0e6618;
}

.column>li>a>span>i {
    color: #000
}

.column>li:hover {
    color: #0e6618;
    background-color: #eee;
}

.column>li:hover a>span>i {
    color: #0e6618;
}

.center_listto>li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 140px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 30px;
}

.center_listto>li>.date {
    text-align: center;
    color: #a3a3a3;
    font-size: 14px;
}

.center_listto>li>.date>.date_max {
    font-size: 40px;
    color: #0e6618;
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #0e6618;
}

.title_list {
    min-width: 870px;
    max-width: 870px;
    margin-left: 20px;
    height: 100%;
}

.title_list>a {
    display: block;
    width: 100%;
    height: 100%;
}

.title_list>a>h1 {
    font-size: 22px;
}

.title_list>a>h2 {
    font-size: 14px;
    color: #666666;
    padding-top: 20px;
    line-height: 25px;
}

/* 结束 */




/* 细览css */
.article {
    width: 100%;
}

.article_title {
    width: 1200px;
    margin: 0 auto 0;
    border-bottom: 1px solid #d1d1d1;
}

.article_title>.title_top {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.article_title>.title_top>h1 {
    font-size: 30px;
    color: #000;
    padding-bottom: 40px;
}

.article_title>.title_top>.min_titile {
    font-size: 14px;
    color: #666;
    padding-bottom: 20px;
}

.title_word {
    line-height: 36px;
}

.title_word>p {
    margin-top: 10px;
}

/* 无左侧列表模板 */
.node_center_list {
    width: 1200px;
    margin: 40px auto 0;
}

.node_center_list>div>ul>li {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 140px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 30px;
    flex-direction: row;
}



/* 文件下载列 */

.doclist_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 62px;
    background-color: #96a6a6;
}

.doclist_top>div {
    width: 100px;
    text-align: center;
    border-right: 2px solid #fff;
    line-height: 62px;
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
}

.doclist_top>div:nth-last-child(1) {
    border-right: 0;
}

.doclist_top>.title {
    width: 640px;
}

.center_listto>ul {
    width: 100%;
}

.center_doclisttop {
    margin-left: 20px;
}

.center_listto>ul>li>.doctitle {
    width: 930px;
    height: 50px;
    line-height: 50px;
    background-color: #ccc;
    padding-left: 20px;
}

.documentslist {
    width: 100%;
}

.documentslist>li {
    display: flex;
}

.documentslist>li>div {
    width: 100px;
    text-align: center;
    border-right: 2px solid #fff;
    line-height: 52px;
    color: #000;
}

.documentslist>li>div:first-child {
    width: 600px;
    text-align: left;
    padding-left: 40px;
}
/* 登录 */
.login{
    width: 1200px;
    margin:20px auto 0;
}
.login>form>table{
    margin: 0 auto 0;
}
.login>h1{
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    color:#0e6618;
}
